home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Skunkware 5
/
Skunkware 5.iso
/
src
/
X11
/
xtopo
/
Package
< prev
next >
Wrap
Text File
|
1995-05-03
|
257b
|
8 lines
echo "Making tags files"
make tags
echo "Backing up previous shar file, if any"
[ -f xtopo.shar ] && mv xtopo.shar xtopo.shar-
echo "Creating new shar file"
shar README Imakefile Makefile.std Package *.c *.h *.LOCAL *.man tags TAGS > xtopo.shar
echo "Done"